Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump the development group across 1 directory with 2 updates #519

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps the development group with 2 updates in the / directory: @types/node and vercel.

Updates @types/node from 22.8.2 to 22.8.7

Commits

Updates vercel from 37.12.1 to 37.14.0

Release notes

Sourced from vercel's releases.

[email protected]

Minor Changes

  • Strongly type TelemetryClient subclasses against command specification (#12426)

  • Adds vercel integration remove to uninstall Marketplace integrations from the current team (#12291) Adds vercel integration-resource disconnect to disconnect Marketplace integration resources from projects Adds vercel integration-resource remove to delete Marketplace integration resources

Patch Changes

  • [cli] Make all metrics tracking methods on the store require arguments (#12422)

  • Support allowHeader from Next.js for filtering request headers during revalidation (#12420)

  • [cli] don't track unreachable condition (#12419)

  • Updated dependencies [5a6605bbd99c3b4c3f06fc315dd3978fe7801d00]:

    • @​vercel/build-utils@​8.4.12
    • @​vercel/next@​4.3.18
    • @​vercel/node@​3.2.24
    • @​vercel/static-build@​2.5.34

[email protected]

Minor Changes

  • Add telemetry for vercel logs (#12386)

  • Add telemetry for vercel env pull (#12368)

  • add telemetry for vercel env rm (#12384)

  • [cli] add subcommand tracking for dns group (#12375)

  • [cli] add telemetry for vercel certs ls (#12383)

  • [cli] add telemetry tracking to vercel inspect (#12367)

  • Add telemetry for vercel certs remove (#12394)

  • Add telemetry for vercel integration list (#12404)

  • add telemetry tracking to env add (#12357)

  • track standard environments in vc env add (#12385)

  • [cli] add telemetry for vercel target ls (#12352)

  • [cli] add telemetry tracking for vercel domains ls (#12400)

... (truncated)

Changelog

Sourced from vercel's changelog.

37.14.0

Minor Changes

  • Strongly type TelemetryClient subclasses against command specification (#12426)

  • Adds vercel integration remove to uninstall Marketplace integrations from the current team (#12291) Adds vercel integration-resource disconnect to disconnect Marketplace integration resources from projects Adds vercel integration-resource remove to delete Marketplace integration resources

Patch Changes

  • [cli] Make all metrics tracking methods on the store require arguments (#12422)

  • Support allowHeader from Next.js for filtering request headers during revalidation (#12420)

  • [cli] don't track unreachable condition (#12419)

  • Updated dependencies [5a6605bbd99c3b4c3f06fc315dd3978fe7801d00]:

    • @​vercel/build-utils@​8.4.12
    • @​vercel/next@​4.3.18
    • @​vercel/node@​3.2.24
    • @​vercel/static-build@​2.5.34

37.13.0

Minor Changes

  • Add telemetry for vercel logs (#12386)

  • Add telemetry for vercel env pull (#12368)

  • add telemetry for vercel env rm (#12384)

  • [cli] add subcommand tracking for dns group (#12375)

  • [cli] add telemetry for vercel certs ls (#12383)

  • [cli] add telemetry tracking to vercel inspect (#12367)

  • Add telemetry for vercel certs remove (#12394)

  • Add telemetry for vercel integration list (#12404)

  • add telemetry tracking to env add (#12357)

  • track standard environments in vc env add (#12385)

  • [cli] add telemetry for vercel target ls (#12352)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… updates

Bumps the development group with 2 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli).


Updates `@types/node` from 22.8.2 to 22.8.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `vercel` from 37.12.1 to 37.14.0
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/[email protected]/packages/cli)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: vercel
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 4, 2024
Copy link

vercel bot commented Nov 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
astro-homepage ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 4, 2024 2:32pm

Copy link

changeset-bot bot commented Nov 4, 2024

⚠️ No Changeset found

Latest commit: c2fac21

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Trombach Trombach merged commit 5b3e220 into main Nov 5, 2024
6 checks passed
@Trombach Trombach deleted the dependabot/npm_and_yarn/development-5bd43743b5 branch November 5, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant